OpenRoads Designer CONNECT Edition SDK Help

CreateTangentCircularArcTwoLinesByLength Method

Constructs a Vertical circle element tangent to two profile lines elements.

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static  ProfileCircularArc[]CreateTangentCircularArcTwoLinesByLength( ProfileElement elmt1, ProfileElement elmt2,double projectLength)

Parameters

SettingDescription
  ProfileElement The first profile element which the created profile line is tangent to.
  ProfileElement The second profile element which the created profile line is tangent to.
   The through passing point of the parabola

Return Value

ProfileCircularArc[] The tangent ProfileCircularArc element

See Also